home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SC_TTT.ZIP / sc_ttt.txt < prev   
Internet Message Format  |  1995-04-14  |  547b

  1. From: schapel@booboo.cs.ucsb.edu (Steve E. Chapel)
  2. Newsgroups: comp.ai.games
  3. Subject: Re: Tic Tac Toe - Noughts and Crosses
  4. Date: 7 Apr 1995 19:04:45 -0700
  5.  
  6. Here's a Tic-Tac-Toe program I wrote for my AI class last quarter.
  7. I know it's a long post, but it seems like a lot of people were
  8. asking for help with minimax and alpha-beta pruning. I provide no
  9. explanation of minimax or alpha-beta pruning here, but there are
  10. many places you can get the algorithms for each. Try back issues
  11. of Byte magazine, for example.
  12.  
  13. This should be in standard C:
  14.  
  15.